-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix and re-enable basic login selector functional tests. #106822
Conversation
@@ -121,24 +120,25 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { | |||
.post('/authentication/app/setup') | |||
.send({ simulateUnauthorized: false }) | |||
.expect(200); | |||
await PageObjects.security.loginSelector.login('basic', 'basic1'); | |||
await PageObjects.security.loginSelector.login('basic', 'basic1', { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: the issue is explained here #98562 (comment). The idea is to use chromeless app that doesn't make any unnecessary requests that may trigger logout earlier than we need.
8574513
to
65dc172
Compare
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/kibana-security (Team:Security) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
💔 Backport failed
To backport manually run: |
Summary
Flaky test run (100 executions, 0 failures): https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/1780/
Fixes: #98562